From 182081c09aa3b865d1f2cb03d31566b0cc83f4df Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Thu, 2 Jun 2005 20:00:22 +0000 Subject: [PATCH] bitkeeper revision 1.1647 (429f65565B2MImxe97HP-SSMYr5JPw) sched.h: g/c unneeded include and prototype for function which doesn't even exist. Signed-off-by: Christian Limpach --- xen/include/xen/sched.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index e1af30ed2d..5844975790 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -167,8 +167,6 @@ struct domain_setup_info unsigned int xen_elf_image; }; -#include /* for KERNEL_DS */ - extern struct domain idle0_domain; extern struct exec_domain idle0_exec_domain; @@ -275,8 +273,6 @@ extern void context_switch( extern void continue_running( struct exec_domain *same); -void domain_init(void); - int idle_cpu(int cpu); /* Is CPU 'cpu' idle right now? */ void startup_cpu_idle_loop(void); -- 2.30.2